home *** CD-ROM | disk | FTP | other *** search
- SA_ClockPalette = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = IBPalette;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- SA_ClockView = {
- ACTIONS = {
- takeDateFrom:;
- takeDowFrom:;
- takeHoursFrom:;
- takeMinutesFrom:;
- takeMonthFrom:;
- };
- OUTLETS = {
- clockbase;
- theImage;
- };
- SUPERCLASS = View;
- };
- MiscClockView = {
- ACTIONS = {
- takeHoursFrom:;
- takeDateFrom:;
- takeMinutesFrom:;
- takeWeekdayFrom:;
- stopClock:;
- setToCurrentTime:;
- takeMonthFrom:;
- startClock:;
- };
- OUTLETS = {
- clockbase;
- theImage;
- };
- SUPERCLASS = View;
- };
-